type runtime.guintptr
29 uses
runtime (current package)
coro.go#L28: gp guintptr
coro.go#L196: var self guintptr
mgc.go#L1736: gp guintptr
proc.go#L1917: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L2255: g guintptr
proc.go#L2517: gp.sched.g = guintptr(unsafe.Pointer(gp))
proc.go#L5351: newg.sched.g = guintptr(unsafe.Pointer(newg))
proc.go#L7497: if !pp.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
proc.go#L7662: func runqgrab(pp *p, batch *[256]guintptr, batchHead uint32, stealRunNextG bool) uint32 {
proc.go#L7752: head guintptr
proc.go#L7753: tail guintptr
proc.go#L7824: head guintptr
runtime2.go#L242: type guintptr uintptr
runtime2.go#L245: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
runtime2.go#L248: func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }
runtime2.go#L251: func (gp *guintptr) cas(old, new guintptr) bool {
runtime2.go#L256: func (gp *g) guintptr() guintptr {
runtime2.go#L257: return guintptr(unsafe.Pointer(gp))
runtime2.go#L266: (*guintptr)(unsafe.Pointer(gp)).set(new)
runtime2.go#L318: g guintptr
runtime2.go#L510: schedlink guintptr
runtime2.go#L632: caughtsig guintptr // goroutine running during fatal signal
runtime2.go#L673: lockedg guintptr
runtime2.go#L697: libcallg guintptr
runtime2.go#L805: runq [256]guintptr
runtime2.go#L818: runnext guintptr
traceback.go#L104: g guintptr
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |